home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 3223 / NOVICE < prev    next >
Text File  |  1991-01-05  |  9KB  |  189 lines

  1. ═══════════════════════════════════════════════════════════════════════════════
  2. ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  3. ═══════════════════════════════════════════════════════════════════════════════
  4.                            NEW USER HELPFUL HINTS!
  5.  
  6.  
  7.  
  8. STEP #1: Always make a copy of your master.   
  9.  
  10. For 1 disk drive,  at the prompt :\>DISKCOPY A: A:  <ENTER>
  11. For 2 disk drives, at the prompt :\>DISKCOPY A: B:  <ENTER> or
  12.                                  :\>DISKCOPY B: A:  <ENTER> 
  13. -------------------------------STEP #2: If your floppy disk is in drive A, change to the A drive
  14. by typing A: <ENTER>
  15.  
  16. STEP #3: Now type DIR/P to view the files on that disk.
  17.  
  18. STEP #4: For instructions about the program, look for files with 
  19. an extension of 1) DOC or
  20.                 2) TXT 
  21.                                                  
  22. Also, look for README files.  
  23.  
  24.  
  25.  
  26. These are the files which will start the program.
  27.  
  28.  
  29.  
  30. 4) What is a Filename?
  31. ----------------------
  32.  
  33. A filename is the name of a file.  A filename can be from one to eight 
  34. characters in lenght.  Also filenames can have an extension added to them by
  35. first placing a period (.) and up to three characters.  For example, a complete
  36. filename could be "Employees.exe".
  37.  
  38. ***  Here are some important Filenames Extensions to remember. ***
  39.  
  40. A.  Files with an extension of COM and EXE:
  41. -------------------------------------------
  42.  
  43. These are "Executable Programs" files.  By this we mean that the programs
  44. on these files can be executed straight from the DOS prompt or by simply
  45. typing the file name.  For example to run "Employees.exe" just type 
  46. Employees - press enter -.
  47.  
  48. B.  Files with an extension of BAT:
  49. -----------------------------------
  50.  
  51. These are "Batch Programs" files.  The programs on these files can also be 
  52. executed from the DOS commands (COPY, TYPE, DIR, etc.) Therefore, when you
  53. execute or run a file with a .BAT file extension, ALL the commands are run
  54. one after the other in a batch, and often supply additional information 
  55. about the main program.  For example to run "Employees.bat" just type
  56. Employees - press enter -.
  57.  
  58. PS. On several disks, you will find this file: INSTALL.BAT  This will install
  59. a program for your specific computer system and will ask you specific questions
  60. such as: 1) What kind of monitor do you have, Color Y/N, etc.
  61.  
  62. C.  Files with an extension of BAS:
  63. -----------------------------------
  64.  
  65. These are programs written in BASIC.  Because BASIC is a programming language,
  66. BASIC programs (files with a .BAS file extension) need to be run through a
  67. BASIC interpreter(a program that allows BASIC program to work on your computer)
  68.  
  69. ** Here's how to run a BASIC program on a floppy disk **
  70.  
  71. For example, to run a file called "Employees.bas", you would first insert your
  72. basic interpreter disk with BASICA or GWBASIC on it in drive A. Then you need
  73. to see the list of filenames on that program (this is called looking at the
  74. DIRECTORY). To do so, simply type DIR and look for the filename BASICA or 
  75. GWBASIC followed by a file extension of .COM or .EXE.  Now run BASIC by typing
  76. the proper file name. After BASIC is loaded  (you will see an OK above the
  77. flashing cursor), remove the disk from your A drive, and insert the disk with
  78. the BAS program on it. (For example, "Employees.bas", and type the word 
  79. RUN EMPLOYEES - press enter -.
  80.  
  81. D)  Files with an extension of DOC and TXT:
  82. -------------------------------------------
  83.  
  84. These files are not programs, but are text files that provide information
  85. about the program.  They are usually messages, instructions, or manuals for
  86. you to read in order to help you run and use the program.  Text files can have
  87. a variety of different extensions or none at all, like: README, MANUAL,
  88. PROGRAM.DOC and READ.1ST
  89.  
  90. However, the most common extensions are: .TXT and .DOC.  To look at a text file
  91. on your computer screen (for example, the text file "Employees.txt" or 
  92. "Employees.doc" you would need to type the work TYPE and the complete filename
  93. including its file extension. Example: TYPE EMPLOYEES.TXT or TYPE EMPLOYEES.DOC
  94. - press enter -.
  95.  
  96. PS. If the text file is long, it will scroll on the screen too fast for you 
  97. to read.  In order to pause the scrolling, press and hold down the CTRL key
  98. and press the S key.
  99.  
  100. NOTE: To print a text file like "Employees.txt" simply type the word COPY,     
  101. the complete filename with its extension file and PRN. Example: COPY EMPLOYEES.
  102. TXT PRN - press enter -.
  103.  
  104.  
  105. ********************************************************************************
  106. * FOR SECURITY, ALWAYS MAKE A DISKCOPY OF THE ORIGINAL PROGRAM BEFORE STARTING *
  107. ********************************************************************************
  108.  
  109.  
  110. 5.  How to get started with a new program? For example, the program disk is 
  111.     called "Employees".
  112.  
  113. A.  FLOPPY DISK USERS:
  114. ----------------------
  115. 1-  Insert your DOS disk in drive A. Turn on your computer.  It will now boot
  116.     (ready itself for use by reading the information on your start up disk.)
  117. 2-  Now you may be asked for the date and time, and the screen should show the
  118.     "A:\>" prompt.
  119. 3-  Remove your DOS disk from drive A, and insert the disk called "Employees".
  120. 4-  Now you should make a discopy of your new program called "Employees". At
  121.     the "A:\>" type DISCOPY A: A: - press enter -.  Now remove the original
  122.     disk "Employees" and insert a blank formatted* disk, - press enter -.
  123.     There you have it, a spare copy of "Employees". Put away your original 
  124.     disk called "Employees", but keep the spare one in drive A, and continue
  125.     the steps.
  126. 5-  Now you need to see the list of files in the directory. To do so, type 
  127.     DIR or DIP/P (if the list is very long), and determine what type of
  128.     files are on your program disk by following the above steps outlined in
  129.     FILENAME EXTENSIONS TO REMEMBER.
  130.  
  131.  
  132. B.  FOR HARD DRIVE SYSTEMS:
  133. ---------------------------
  134. 1-  Turn on your computer WITHOUT a disk in any of your floppy drives. After
  135.     DOS boots up, you should then see "C>". NOTE: If you ended up in a 
  136.     different program than DOS, please exit to DOS. Your screen should show
  137.     "C:\>" or "C:\DOS".
  138. 2-  Insert the disk called "Employees" in drive A.
  139. 3-  Now we want to make a new directory for the "Employees" disk called 
  140.     Employees.  To do so, at the "C:\>" type MD\EMPLOYEES - press enter -.
  141. 4-  Then, once the directory is made type CD\EMPLOYEES - press enter -.
  142. 5-  Now type A: - press enter -.  At the "A:\>" type COPY *.* C: - press enter.
  143.     This copies everything from disk "Employees" in drive A, to the new 
  144.     directory created called Employees in the hard drive.
  145. 6-  Now remove the original disk from drive A, and run your program from the
  146.     new created directory called Employees. To do so, at the "A:\>" type C:
  147.     - press enter -.  
  148. 7-  Now that you are in the Employees directory, type DIR or DIR/P (if the
  149.     list of filenames is very long) to see the the list of filenames, and
  150.     determine what types of files are on your program disk by following the
  151.     above steps outlines in FILENAME EXTENSIONS TO REMEMBER.
  152.  
  153. ********************************************************************************
  154. *       * ALWAYS FORMAT YOUR BLANK FLOPPY DISKS BEFORE COPYING ON THEM *       *
  155. *              (Please refer to your DOS manual for specific steps)            *
  156. *                                                                              *
  157. *   WARNING: When you format a disk, any of its previous existing information  *
  158. *            will be destroyed!                                                *
  159. ********************************************************************************
  160.  
  161. ================================================================================
  162.  
  163. PLEASE REMEMBER to  register  with  the  author  if  you  like,  and intend to 
  164.                 regularly use any shareware program. This is the only support
  165.                 and financial assistance they get for their long hours of work.
  166.                 By registering, many authors will supply you with professional-
  167.                 ly bound manuals, free updates, and most important "telephone 
  168.                 support" (up to one year in some cases). Also, it enables these
  169.                 professional programmers to bring you more "Shareware" software
  170.                 on a "TRY-BEFORE-YOU-BUY" basis, which are much cheaper than 
  171.                 any commercial software! 
  172.  
  173.                 THANK YOU.
  174.  
  175. ================================================================================
  176.  
  177.                  *** This "advice.txt"" file was created by: ***
  178.  
  179.                      DISTANT MARKETS EXPORT & IMPORT LTD.
  180.                      EDMONTON, ALBERTA,  CANADA   T6H 2N7
  181.                    TEL. (403) 436-3009   FAX (403) 435-0928
  182.  
  183.        ** PROUD DISTRIBUTORS OF SHAREWARE / PUBLIC DOMAINS SOFTWARE **
  184.  
  185. ═══════════════════════════════════════════════════════════════════════════════
  186. ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  187. ═══════════════════════════════════════════════════════════════════════════════
  188. 
  189.